home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8642
/
8642.xpi
/
chrome
/
bablatoolbar.jar
/
content
/
overlay.xul
< prev
Wrap
Extensible Markup Language
|
2009-10-29
|
4KB
|
80 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://bablatoolbar/skin/toolbar.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://bablatoolbar/locale/overlay.dtd">
<overlay id="babla-Overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://bablatoolbar/content/bablatoolbar.js" />
<toolbox id="navigator-toolbox">
<toolbar id="babla-Toolbar" toolbarname="babla Toolbar" accesskey="T" class="chromeclass-toolbar" context="toolbar-context-menu" hidden="false" persist="hidden">
<toolbaritem>
<textbox id="sitelang" hidden="true" editable="false" flex="0" width="1" value="&sitelang;" />
</toolbaritem>
<toolbaritem>
<textbox id="dictionary" hidden="true" editable="false" flex="0" width="1" value="&dictionary;" />
</toolbaritem>
<toolbaritem>
<textbox id="wikilang" hidden="true" editable="false" flex="0" width="1" value="&wikilang;" />
</toolbaritem>
<toolbaritem>
<textbox id="googleUrl" hidden="true" editable="false" flex="0" width="1" value="&googleUrl;" />
</toolbaritem>
<toolbaritem flex="0">
<toolbarbutton id="babla-MainMenu" type="button" oncommand="babla_LoadURL('http://&sitelang;.bab.la')" />
</toolbaritem>
<toolbaritem id="babla-SearchTerms-TBItem" persist="width">
<textbox id="babla-SearchTerms" editable="true" flex="1" minwidth="140" width="140" onkeypress="babla_KeyHandler(event, 'babla');" />
</toolbaritem>
<toolbaritem>
<menulist width="170" id="bablaLanguage" oncommand="babla_savePref();">
<menupopup>
<menuitem label="&dict.1;" value="&short.1;" />
<menuitem label="&dict.2;" value ="&short.2;" />
<menuitem label="&dict.3;" value="&short.3;" />
<menuitem label="&dict.4;" value="&short.4;" />
<menuitem label="&dict.5;" value="&short.5;" />
<menuitem label="&dict.6;" value="&short.6;" />
<menuitem label="&dict.7;" value="&short.7;" />
<menuitem label="&dict.8;" value="&short.8;" />
<menuitem label="&dict.9;" value="&short.9;" />
<menuitem label="&dict.10;" value="&short.10;" />
<menuitem label="&dict.11;" value="&short.11;" />
<menuitem label="&dict.12;" value="&short.12;" />
<menuitem label="&dict.13;" value="&short.13;" />
<menuitem label="&dict.14;" value="&short.14;" />
<menuitem label="&dict.15;" value="&short.15;" />
<menuitem label="&dict.16;" value="&short.16;" />
<menuitem label="&dict.17;" value="&short.17;" />
<menuitem label="&dict.18;" value="&short.18;" />
<menuitem label="&dict.19;" value="&short.19;" />
<menuitem label="&dict.20;" value="&short.20;" />
<menuitem label="&dict.21;" value="&short.21;" />
<menuitem label="&dict.22;" value="&short.22;" />
<menuitem label="&dict.23;" value="&short.23;" />
<menuitem label="&dict.24;" value="&short.23;" />
<menuitem label="&dict.25;" value="&short.23;" />
</menupopup>
</menulist>
</toolbaritem>
<toolbaritem flex="0">
<toolbarbutton id="babla-Combined-Button" label="&button.translate;" oncommand="babla_Search(event, 'babla')" />
<toolbarseparator />
</toolbaritem>
<toolbaritem>
<toolbarbutton id="babla-google-Button" tooltiptext="" label="" oncommand="babla_LoadURL('http://&googleUrl;')" />
</toolbaritem>
<toolbaritem id="babla-SearchTerms-TBItem" persist="width">
<textbox id="google-SearchTerms" editable="true" flex="1" minwidth="140" width="140" onkeypress="babla_KeyHandler(event, 'google');" />
<toolbarbutton id="babla-Combined-Button" label="&button.google;" oncommand="babla_Search(event, 'google')" />
<toolbarseparator />
</toolbaritem>
<toolbaritem>
<toolbarbutton id="babla-wikipedia-Button" tooltiptext="" label="" oncommand="babla_LoadURL('http://&wikilang;.wikipedia.org/')" />
</toolbaritem>
<toolbaritem id="babla-SearchTerms-TBItem" persist="width">
<textbox id="wiki-SearchTerms" editable="true" flex="1" minwidth="140" width="140" onkeypress="babla_KeyHandler(event, 'wiki');" />
<toolbarbutton id="babla-Combined-Button" label="&button.wiki;" oncommand="babla_Search(event, 'wiki')" />
</toolbaritem>
<toolbarspring />
</toolbar>
</toolbox>
</overlay>